projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe83a30
)
(rmail-get-coding-system): Fix previous change.
author
Kenichi Handa
<handa@m17n.org>
Tue, 27 Jan 2009 04:49:33 +0000
(
04:49
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 27 Jan 2009 04:49:33 +0000
(
04:49
+0000)
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index a96b52b86029387fdeb1fd44aaf930312b59a293..4662c4c32a089cfe3073b179bc5ae62f63f1d165 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-942,7
+942,7
@@
This function also reinitializes local variables used by Rmail."
The buffer is expected to be narrowed to just the header of the message."
(save-excursion
(goto-char (point-min))
- (if (re-search-forward rmail-mime-charset-pattern)
+ (if (re-search-forward rmail-mime-charset-pattern
nil t
)
(coding-system-from-name (match-string 1))
'undecided)))
\f